home *** CD-ROM | disk | FTP | other *** search
/ Shadow Warrior - Digital…ress Kit (Europe) (En,Fr) / Shadow Warrior - Digital Press Kit (Europe) (En,Fr).bin / mac / QUIT.DIR / 00011_Script_11 < prev    next >
Text File  |  1997-08-13  |  211b  |  16 lines

  1. on selectquit
  2.   global lan
  3.   if lan = "e" then
  4.     go to frame "e"
  5.   end if
  6.   
  7.   if lan = "f" then
  8.     go to frame "f"
  9.   end if
  10.   
  11.   if lan = "g" then
  12.     go to frame "g"
  13.   end if
  14. end selectquit
  15.  
  16.